home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / snippet.exe / W_WRAP.H < prev    next >
C/C++ Source or Header  |  1992-04-11  |  148b  |  6 lines

  1. /* w_wrap.h */
  2. /* prototypes for the functions in w_wrap.c */
  3.  
  4. char *word_wrap(char *string, size_t line_len);
  5. void set_tab_size(size_t size);
  6.